home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / tds-2.04.lha / TDS / Examples / PCQ / example.p next >
Text File  |  1994-08-31  |  70b  |  7 lines

  1. { example.p }
  2. program example;
  3.  
  4. begin
  5.   writeln('Hello World !')
  6. end.
  7.